Clicked method of a button in a form using Extensions/Event handler in D365

1. Create extension of ‘CustInvoiceJour’ form 2. Open extension of that form from the solution explorer and add a button 3. We have added a button, now we have to perform some operations on click of that button. And for that we need to write the ‘OnClicked’ event. In order to do that, expand the … Continue reading Clicked method of a button in a form using Extensions/Event handler in D365